home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2003 June
/
macformat-130.iso
/
mac
/
Reviewed⁄Demos
/
Spearhead Demo
/
demota
/
pak1.pk3
/
anim
/
lowwall.scr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-10-21
|
211 b
|
18 lines
//-----
// Low-wall attack behavior
//-----
waitexec anim/crouch.scr::transition
while (1)
{
if (self cansee self.enemy)
{
waitexec anim/shoot.scr
}
else
{
waitexec anim/aim.scr
}
}